html,body{height:100%;margin:0;padding:0;font-family:'Poppins',sans-serif;color:#fff;overflow:hidden}body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;box-sizing:border-box;background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}header{position:absolute;top:2rem;left:50%;transform:translateX(-50%);z-index:1}.logo{height:150px;width:150px;object-fit:contain;mix-blend-mode:luminosity}main{max-width:800px}h1{margin:0 0 1rem 0;font-weight:700;font-size:clamp(2rem,5vw,3rem);line-height:1.2}p{margin:0 auto 2rem auto;font-weight:400;font-size:clamp(1rem,2.5vw,1.25rem);opacity:.9;max-width:600px}.cta{display:inline-block;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;text-decoration:none;border-radius:50px;background-color:#ffd700;color:#333;transition:transform .2s ease}.cta:hover,.cta:focus{transform:scale(1.05);outline:2px solid #ffd700;outline-offset:3px}#cookie-banner{position:fixed;bottom:-100%;left:0;right:0;background-color:rgba(0,0,0,.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;transition:bottom .5s ease;z-index:1000;flex-wrap:wrap}#cookie-banner.show{bottom:0}#cookie-banner p{margin:0;font-size:.9rem;opacity:1;max-width:none}#cookie-accept{padding:.5rem 1rem;font-size:.9rem;font-family:'Poppins',sans-serif;font-weight:700;color:#333;background-color:#ffd700;border:none;border-radius:25px;cursor:pointer}@media(max-width:600px){body{padding:1rem}header{top:1.5rem;left:50%}.logo{height:100px;width:100px}#cookie-banner{flex-direction:column}}